User:Sunil Bhanushali/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Sunil Bhanushali/common.js. |
#firstHeading .mw-editsection a {
color: white;
}
body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod,
body.page-Main_Page #siteSub {
display: none !important;
}
/* block quotations */
#mw_content blockquote {
font-size: 93.75%; /* equivalent of 15px in 16px default */
margin: 1em 1.6em; /* same indent as an unordered list */
}
#mw_content blockquote p {
line-height:inherit;
}
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
display: block;
}
p.error {
font-weight: bold;
}
/* some headroom for #coordinates to go in without #siteSub */
#mw_contentholder {
padding-top: .4em;
}
/* position coordinates */
#coordinates {
position: absolute;
z-index: 1;
border: none;
background: none;
right: 1.17em;
top: 6.1em;
float: right;
margin: 0em;
padding: 0em;
padding-right: 1.17em;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* important to keep the text predictably positioned */
#coordinates img {
vertical-align: top;
}
/* allow disabling of "external" color on internal links in some situations */
#bodyContent .plainlinks2 a.external[href^="http://en.wikipedia.org/"] {
color: #003366 !important;
}
/* table of contents */
.toccolours {
background-color: #F0F0F0;
border: 1px solid #BBBBBB;
border-spacing: 0pt;
margin: 0pt;
padding: 0pt;
}
.mw-topboxes {
margin-top: -0.4em;
}
.hcicon { display:inline-block; border: 1px solid #eee; padding: 1px; margin: 2px }
.hcblok { border: 1px solid #08a0db; margin: 2px; display: block}
.hcheader {background: #08a0db; background:-moz-linear-gradient(center bottom, #08a0db 0%, #16b7fb 50%, #16b7fb 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#08a0db),color-stop(50%,#16b7fb),color-stop(100%,#16b7fb)); background:-webkit-linear-gradient(center bottom,#08a0db 0%, #16b7fb 50%, #16b7fb 100%); padding:5px; margin-bottom: -1px; color:#fff; text-shadow: 0px 1px #333;font-weight: normal;font-size:15px;margin:0px;font-family: "",Comic sans ms;text-align:left}
.hcfooter {border-top:3px solid #08a0db;background:#333;color:#fff;padding: 5px;font-weight:bold}
.hcmsg {background:#e5e5e5; padding: 4px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; border-radius: 4px;}
.gallerytext {background:#f9f9f9; padding: 4px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; border-radius: 4px;}